GroupId | GroupIdcom.github.thiagolocatelli |
---|---|
ArtifactId | ArtifactIdparse4j |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
parse4j-1.0.pom | |
parse4j-1.0.jar | 124 KB |
parse4j-1.0-sources.jar | 55 KB |
parse4j-1.0-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/ -->
<dependency>
<groupId>com.github.thiagolocatelli</groupId>
<artifactId>parse4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/
implementation 'com.github.thiagolocatelli:parse4j:1.0'
// https://jarcasting.com/artifacts/com.github.thiagolocatelli/parse4j/
implementation ("com.github.thiagolocatelli:parse4j:1.0")
'com.github.thiagolocatelli:parse4j:jar:1.0'
<dependency org="com.github.thiagolocatelli" name="parse4j" rev="1.0">
<artifact name="parse4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thiagolocatelli', module='parse4j', version='1.0')
)
libraryDependencies += "com.github.thiagolocatelli" % "parse4j" % "1.0"
[com.github.thiagolocatelli/parse4j "1.0"]