GroupId | GroupIdcom.zarbosoft |
---|---|
ArtifactId | ArtifactIdluxem |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
luxem-1.0.0.pom | |
luxem-1.0.0.jar | 72 KB |
luxem-1.0.0-sources.jar | 19 KB |
luxem-1.0.0-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zarbosoft/luxem/ -->
<dependency>
<groupId>com.zarbosoft</groupId>
<artifactId>luxem</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zarbosoft/luxem/
implementation 'com.zarbosoft:luxem:1.0.0'
// https://jarcasting.com/artifacts/com.zarbosoft/luxem/
implementation ("com.zarbosoft:luxem:1.0.0")
'com.zarbosoft:luxem:jar:1.0.0'
<dependency org="com.zarbosoft" name="luxem" rev="1.0.0">
<artifact name="luxem" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zarbosoft', module='luxem', version='1.0.0')
)
libraryDependencies += "com.zarbosoft" % "luxem" % "1.0.0"
[com.zarbosoft/luxem "1.0.0"]