| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.jhorstmann | 
    
| ArtifactId | ArtifactIdi18n | 
    
| Last Version | Last Version0.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptioni18n 
            Gettext based framework for i18n in Java and JSF applications 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| i18n-0.2.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.jhorstmann/i18n/ -->
<dependency>
    <groupId>net.jhorstmann</groupId>
    <artifactId>i18n</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.jhorstmann/i18n/
implementation 'net.jhorstmann:i18n:0.2'
                // https://jarcasting.com/artifacts/net.jhorstmann/i18n/
implementation ("net.jhorstmann:i18n:0.2")
                'net.jhorstmann:i18n:pom:0.2'
                <dependency org="net.jhorstmann" name="i18n" rev="0.2">
  <artifact name="i18n" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.jhorstmann', module='i18n', version='0.2')
)
                libraryDependencies += "net.jhorstmann" % "i18n" % "0.2"
                [net.jhorstmann/i18n "0.2"]