GroupId | GroupIdcom.github.prt2121 |
---|---|
ArtifactId | ArtifactIdkpop-core |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
kpop-core-0.1.1.pom | |
kpop-core-0.1.1.jar | 33 KB |
kpop-core-0.1.1-sources.jar | 5 KB |
kpop-core-0.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.prt2121/kpop-core/ -->
<dependency>
<groupId>com.github.prt2121</groupId>
<artifactId>kpop-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.prt2121/kpop-core/
implementation 'com.github.prt2121:kpop-core:0.1.1'
// https://jarcasting.com/artifacts/com.github.prt2121/kpop-core/
implementation ("com.github.prt2121:kpop-core:0.1.1")
'com.github.prt2121:kpop-core:jar:0.1.1'
<dependency org="com.github.prt2121" name="kpop-core" rev="0.1.1">
<artifact name="kpop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.prt2121', module='kpop-core', version='0.1.1')
)
libraryDependencies += "com.github.prt2121" % "kpop-core" % "0.1.1"
[com.github.prt2121/kpop-core "0.1.1"]