Disable All Advertising
Image
EAN-130041554460858   EAN-13 barcode 0041554460858
UPC-A041554460858   UPC-A barcode 041554460858
Product NameMaybelline Master Precise Skinny Gel Eyeliner Pencil, Refined Charcoal, 0.035 oz.
CategoryBath / Beauty / Hygiene
Amazon.comA Buy on Amazon ~ B0169YXWMS
ModelNA
Price New6.88 US Dollars    (curriencies)
Width1.88 inches    (convert)
Height5.63 inches    (convert)
Length0.28 inches    (convert)
Weight1 hundredths pounds    (convert)
BindingHealth and Beauty
Published10/10/2015
FeaturesTwist-up automatic gel pencil with a precision micro-tip Master the most precise eye looks with this always sharp gel eyeliner Available in 3 defining shades All day wear
Long DescriptionThis automatic pencil delivers an ultra-smooth line that lasts all day. Achieve mistake-proof application thanks to the 1.8mm micro-tip and smooth gel intensity. • Twist-up automatic gel pencil with a precision micro-tip • Master the most precise eye looks with this always sharp gel eyeliner • Available in 3 defining shades • All day wear Step 1. Twist clockwise twice to line each eye. Step 2. Line along the upper lash line. Step 3. Eyeliner is easily removed with Maybelline Expert Eyes 100% Oil-Free Eye Makeup Remover. Caution: Flammable until dry. Do not use near fire, flame, or heat. Warning: Eye cosmetics in a scratched, infected, or irritated eye and scratches from cosmetic eye applicators can lead to eye damage and in extreme cases, even blindness. If your eye is scratched, stop using all eye cosmetics and go to an ophthalmologist immediately. Never apply this product in a moving vehicle.
Similar Items0787461464236: Maybelline New York Lash Sensational Mascara, Blackest Black, 0.32 Fluid Ounce
0071249330265: L'Oréal Paris Makeup Voluminous Primer Mascara, White Primer, 0.24 fl. oz.
0041554650495: Maybelline New York Lash Discovery Waterproof Mascara, Very Black 361, 0.16 Fluid Ounce
0041554545067: Maybelline Total Temptation Eyebrow Definer Pencil, Blonde, 0.005 oz.
0041554460018: Maybelline Makeup Brow Precise Micro Eyebrow Pencil, Blonde Eye Brow Shade, 0.002 oz
Created08-26-2016 10:31:03pm
Modified04-28-2020 6:13:28pm
MD58d5f9ca4a72ffeff8b23247663db4276
SHA25668f8a51dd732e746f4f361e689410676e6b9d89410d49571ce7d3df84082c16d
Search Googleby EAN or by Title
Query Time0.0172520

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.