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