GroupId | GroupIdio.pleo |
---|---|
ArtifactId | ArtifactIdprop-core |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
prop-core-1.1.0.pom | |
prop-core-1.1.0.jar | 5 KB |
prop-core-1.1.0-sources.jar | 4 KB |
prop-core-1.1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pleo/prop-core/ -->
<dependency>
<groupId>io.pleo</groupId>
<artifactId>prop-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pleo/prop-core/
implementation 'io.pleo:prop-core:1.1.0'
// https://jarcasting.com/artifacts/io.pleo/prop-core/
implementation ("io.pleo:prop-core:1.1.0")
'io.pleo:prop-core:jar:1.1.0'
<dependency org="io.pleo" name="prop-core" rev="1.1.0">
<artifact name="prop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pleo', module='prop-core', version='1.1.0')
)
libraryDependencies += "io.pleo" % "prop-core" % "1.1.0"
[io.pleo/prop-core "1.1.0"]