GroupId | GroupIdorg.omnaest.i18nbinder |
---|---|
ArtifactId | ArtifactIdi18nbinder-core |
Version | Version0.1.17 |
Type | Typejar |
Description |
Descriptioni18nBinder-core module
Converts a whole i18n properties folder into a xls file and merge it back to the properties file
|
Project URL |
Project URL |
Filename | Size |
---|---|
i18nbinder-core-0.1.17.pom | |
i18nbinder-core-0.1.17.jar | 39 KB |
i18nbinder-core-0.1.17-sources.jar | 20 KB |
i18nbinder-core-0.1.17-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.omnaest.i18nbinder/i18nbinder-core/ -->
<dependency>
<groupId>org.omnaest.i18nbinder</groupId>
<artifactId>i18nbinder-core</artifactId>
<version>0.1.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.omnaest.i18nbinder/i18nbinder-core/
implementation 'org.omnaest.i18nbinder:i18nbinder-core:0.1.17'
// https://jarcasting.com/artifacts/org.omnaest.i18nbinder/i18nbinder-core/
implementation ("org.omnaest.i18nbinder:i18nbinder-core:0.1.17")
'org.omnaest.i18nbinder:i18nbinder-core:jar:0.1.17'
<dependency org="org.omnaest.i18nbinder" name="i18nbinder-core" rev="0.1.17">
<artifact name="i18nbinder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.omnaest.i18nbinder', module='i18nbinder-core', version='0.1.17')
)
libraryDependencies += "org.omnaest.i18nbinder" % "i18nbinder-core" % "0.1.17"
[org.omnaest.i18nbinder/i18nbinder-core "0.1.17"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi-ooxml | jar | 3.8 |
org.omnaest.utils : utils-apl-derived-core | jar | 0.2.11 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |