GroupId | GroupIdcom.github.mike10004 |
---|---|
ArtifactId | ArtifactIdnitsick |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
nitsick-0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/nitsick/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nitsick</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick/
implementation 'com.github.mike10004:nitsick:0.1'
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick/
implementation ("com.github.mike10004:nitsick:0.1")
'com.github.mike10004:nitsick:pom:0.1'
<dependency org="com.github.mike10004" name="nitsick" rev="0.1">
<artifact name="nitsick" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nitsick', version='0.1')
)
libraryDependencies += "com.github.mike10004" % "nitsick" % "0.1"
[com.github.mike10004/nitsick "0.1"]