GroupId | GroupIdcom.github.poad |
---|---|
ArtifactId | ArtifactIdtuple4j |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tuple4j-0.0.1.pom | |
tuple4j-0.0.1.jar | 2 KB |
tuple4j-0.0.1-sources.jar | 2 KB |
tuple4j-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.poad/tuple4j/ -->
<dependency>
<groupId>com.github.poad</groupId>
<artifactId>tuple4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.poad/tuple4j/
implementation 'com.github.poad:tuple4j:0.0.1'
// https://jarcasting.com/artifacts/com.github.poad/tuple4j/
implementation ("com.github.poad:tuple4j:0.0.1")
'com.github.poad:tuple4j:jar:0.0.1'
<dependency org="com.github.poad" name="tuple4j" rev="0.0.1">
<artifact name="tuple4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.poad', module='tuple4j', version='0.0.1')
)
libraryDependencies += "com.github.poad" % "tuple4j" % "0.0.1"
[com.github.poad/tuple4j "0.0.1"]