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