GroupId | GroupIdcom.github.nicosensei |
---|---|
ArtifactId | ArtifactIdtext-batch |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
text-batch-1.2.0.pom | |
text-batch-1.2.0.jar | 36 KB |
text-batch-1.2.0-sources.jar | 18 KB |
text-batch-1.2.0-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/text-batch/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>text-batch</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/text-batch/
implementation 'com.github.nicosensei:text-batch:1.2.0'
// https://jarcasting.com/artifacts/com.github.nicosensei/text-batch/
implementation ("com.github.nicosensei:text-batch:1.2.0")
'com.github.nicosensei:text-batch:jar:1.2.0'
<dependency org="com.github.nicosensei" name="text-batch" rev="1.2.0">
<artifact name="text-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='text-batch', version='1.2.0')
)
libraryDependencies += "com.github.nicosensei" % "text-batch" % "1.2.0"
[com.github.nicosensei/text-batch "1.2.0"]