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