GroupId | GroupIdde.huxhorn.lilith |
---|---|
ArtifactId | ArtifactIdjul |
Version | Version0.9.40 |
Type | Typejar |
Filename | Size |
---|---|
jul-0.9.40.pom | |
jul-0.9.40.jar | 279 bytes |
jul-0.9.40-sources.jar | 261 bytes |
jul-0.9.40-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.huxhorn.lilith/jul/ -->
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>jul</artifactId>
<version>0.9.40</version>
</dependency>
// https://jarcasting.com/artifacts/de.huxhorn.lilith/jul/
implementation 'de.huxhorn.lilith:jul:0.9.40'
// https://jarcasting.com/artifacts/de.huxhorn.lilith/jul/
implementation ("de.huxhorn.lilith:jul:0.9.40")
'de.huxhorn.lilith:jul:jar:0.9.40'
<dependency org="de.huxhorn.lilith" name="jul" rev="0.9.40">
<artifact name="jul" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.huxhorn.lilith', module='jul', version='0.9.40')
)
libraryDependencies += "de.huxhorn.lilith" % "jul" % "0.9.40"
[de.huxhorn.lilith/jul "0.9.40"]