GroupId | GroupIdcom.slyak |
---|---|
ArtifactId | ArtifactIdslyak-core |
Version | Version1.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
slyak-core-1.0.1.RELEASE.pom | |
slyak-core-1.0.1.RELEASE.jar | 6 KB |
slyak-core-1.0.1.RELEASE-sources.jar | 2 KB |
slyak-core-1.0.1.RELEASE-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.slyak/slyak-core/ -->
<dependency>
<groupId>com.slyak</groupId>
<artifactId>slyak-core</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.slyak/slyak-core/
implementation 'com.slyak:slyak-core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.slyak/slyak-core/
implementation ("com.slyak:slyak-core:1.0.1.RELEASE")
'com.slyak:slyak-core:jar:1.0.1.RELEASE'
<dependency org="com.slyak" name="slyak-core" rev="1.0.1.RELEASE">
<artifact name="slyak-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.slyak', module='slyak-core', version='1.0.1.RELEASE')
)
libraryDependencies += "com.slyak" % "slyak-core" % "1.0.1.RELEASE"
[com.slyak/slyak-core "1.0.1.RELEASE"]