GroupId | GroupIdio.leon |
---|---|
ArtifactId | ArtifactIdleon-core |
Version | Version0.5.14 |
Type | Typejar |
Filename | Size |
---|---|
leon-core-0.5.14.pom | |
leon-core-0.5.14.jar | 521 KB |
leon-core-0.5.14-sources.jar | 333 KB |
leon-core-0.5.14-javadoc.jar | 556 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leon/leon-core/ -->
<dependency>
<groupId>io.leon</groupId>
<artifactId>leon-core</artifactId>
<version>0.5.14</version>
</dependency>
// https://jarcasting.com/artifacts/io.leon/leon-core/
implementation 'io.leon:leon-core:0.5.14'
// https://jarcasting.com/artifacts/io.leon/leon-core/
implementation ("io.leon:leon-core:0.5.14")
'io.leon:leon-core:jar:0.5.14'
<dependency org="io.leon" name="leon-core" rev="0.5.14">
<artifact name="leon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leon', module='leon-core', version='0.5.14')
)
libraryDependencies += "io.leon" % "leon-core" % "0.5.14"
[io.leon/leon-core "0.5.14"]