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