is not current version
Last Version 17.0

org.arakhne.afc.core:text 15.0


GroupId

GroupId

org.arakhne.afc.core
ArtifactId

ArtifactId

text
Version

Version

15.0
Type

Type

jar

Download text 15.0


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