is not current version
Last Version 17.0

org.arakhne.afc.core:text 13.0


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

text
Version

Version

13.0
Type

Type

jar

Download text 13.0


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