License |
License |
---|---|
GroupId | GroupIdfr.matthieu-vergne |
ArtifactId | ArtifactIdtranslation-core |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTranslation Basics
Basic features to support a translation project.
|
Filename | Size |
---|---|
translation-core-2.0.pom | |
translation-core-2.0.jar | 61 KB |
translation-core-2.0-tests.jar | 74 KB |
translation-core-2.0-sources.jar | 27 KB |
translation-core-2.0-javadoc.jar | 241 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.matthieu-vergne/translation-core/ -->
<dependency>
<groupId>fr.matthieu-vergne</groupId>
<artifactId>translation-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.matthieu-vergne/translation-core/
implementation 'fr.matthieu-vergne:translation-core:2.0'
// https://jarcasting.com/artifacts/fr.matthieu-vergne/translation-core/
implementation ("fr.matthieu-vergne:translation-core:2.0")
'fr.matthieu-vergne:translation-core:jar:2.0'
<dependency org="fr.matthieu-vergne" name="translation-core" rev="2.0">
<artifact name="translation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.matthieu-vergne', module='translation-core', version='2.0')
)
libraryDependencies += "fr.matthieu-vergne" % "translation-core" % "2.0"
[fr.matthieu-vergne/translation-core "2.0"]
Group / Artifact | Type | Version |
---|---|---|
fr.matthieu-vergne : collection-core | jar | 1.11 |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |