GroupId | GroupIdcom.github.ice-zero-cat |
---|---|
ArtifactId | ArtifactIdframework |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
framework-0.0.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ice-zero-cat/framework/ -->
<dependency>
<groupId>com.github.ice-zero-cat</groupId>
<artifactId>framework</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/framework/
implementation 'com.github.ice-zero-cat:framework:0.0.4'
// https://jarcasting.com/artifacts/com.github.ice-zero-cat/framework/
implementation ("com.github.ice-zero-cat:framework:0.0.4")
'com.github.ice-zero-cat:framework:pom:0.0.4'
<dependency org="com.github.ice-zero-cat" name="framework" rev="0.0.4">
<artifact name="framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ice-zero-cat', module='framework', version='0.0.4')
)
libraryDependencies += "com.github.ice-zero-cat" % "framework" % "0.0.4"
[com.github.ice-zero-cat/framework "0.0.4"]