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