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