GroupId | GroupIdio.github.rmuhamedgaliev |
---|---|
ArtifactId | ArtifactIdJPS-core |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
JPS-core-0.1.5.pom | |
JPS-core-0.1.5.jar | 8 KB |
JPS-core-0.1.5-sources.jar | 6 KB |
JPS-core-0.1.5-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.rmuhamedgaliev/JPS-core/ -->
<dependency>
<groupId>io.github.rmuhamedgaliev</groupId>
<artifactId>JPS-core</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.rmuhamedgaliev/JPS-core/
implementation 'io.github.rmuhamedgaliev:JPS-core:0.1.5'
// https://jarcasting.com/artifacts/io.github.rmuhamedgaliev/JPS-core/
implementation ("io.github.rmuhamedgaliev:JPS-core:0.1.5")
'io.github.rmuhamedgaliev:JPS-core:jar:0.1.5'
<dependency org="io.github.rmuhamedgaliev" name="JPS-core" rev="0.1.5">
<artifact name="JPS-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.rmuhamedgaliev', module='JPS-core', version='0.1.5')
)
libraryDependencies += "io.github.rmuhamedgaliev" % "JPS-core" % "0.1.5"
[io.github.rmuhamedgaliev/JPS-core "0.1.5"]