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