is not current version
Last Version 17.0

org.arakhne.afc.core:text 12.0


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

text
Version

Version

12.0
Type

Type

jar

Download text 12.0


<!-- https://jarcasting.com/artifacts/org.arakhne.afc.core/text/ -->
<dependency>
    <groupId>org.arakhne.afc.core</groupId>
    <artifactId>text</artifactId>
    <version>12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.core/text/
implementation 'org.arakhne.afc.core:text:12.0'
// https://jarcasting.com/artifacts/org.arakhne.afc.core/text/
implementation ("org.arakhne.afc.core:text:12.0")
'org.arakhne.afc.core:text:jar:12.0'
<dependency org="org.arakhne.afc.core" name="text" rev="12.0">
  <artifact name="text" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.core', module='text', version='12.0')
)
libraryDependencies += "org.arakhne.afc.core" % "text" % "12.0"
[org.arakhne.afc.core/text "12.0"]