GroupId | GroupIdorg.seppiko.glf |
---|---|
ArtifactId | ArtifactIdjul-to-glf |
Version | Version1.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jul-to-glf-1.2.RELEASE.pom | |
jul-to-glf-1.2.RELEASE.jar | 5 KB |
jul-to-glf-1.2.RELEASE-sources.jar | 5 KB |
jul-to-glf-1.2.RELEASE-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seppiko.glf/jul-to-glf/ -->
<dependency>
<groupId>org.seppiko.glf</groupId>
<artifactId>jul-to-glf</artifactId>
<version>1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.glf/jul-to-glf/
implementation 'org.seppiko.glf:jul-to-glf:1.2.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.glf/jul-to-glf/
implementation ("org.seppiko.glf:jul-to-glf:1.2.RELEASE")
'org.seppiko.glf:jul-to-glf:jar:1.2.RELEASE'
<dependency org="org.seppiko.glf" name="jul-to-glf" rev="1.2.RELEASE">
<artifact name="jul-to-glf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.glf', module='jul-to-glf', version='1.2.RELEASE')
)
libraryDependencies += "org.seppiko.glf" % "jul-to-glf" % "1.2.RELEASE"
[org.seppiko.glf/jul-to-glf "1.2.RELEASE"]