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