| License |
License |
|---|---|
| GroupId | GroupIdcom.zaradai |
| ArtifactId | ArtifactIdgluon-examples |
| Version | Version0.0.1 |
| Type | Typejar |
| Description |
DescriptionGluon Examples
Gluon - Examples to help demonstrate gluon capabilities.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| gluon-examples-0.0.1.pom | |
| gluon-examples-0.0.1.jar | 14 KB |
| gluon-examples-0.0.1-sources.jar | 12 KB |
| gluon-examples-0.0.1-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zaradai/gluon-examples/ -->
<dependency>
<groupId>com.zaradai</groupId>
<artifactId>gluon-examples</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaradai/gluon-examples/
implementation 'com.zaradai:gluon-examples:0.0.1'
// https://jarcasting.com/artifacts/com.zaradai/gluon-examples/
implementation ("com.zaradai:gluon-examples:0.0.1")
'com.zaradai:gluon-examples:jar:0.0.1'
<dependency org="com.zaradai" name="gluon-examples" rev="0.0.1">
<artifact name="gluon-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaradai', module='gluon-examples', version='0.0.1')
)
libraryDependencies += "com.zaradai" % "gluon-examples" % "0.0.1"
[com.zaradai/gluon-examples "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.zaradai : gluon-core | jar | 0.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| ch.qos.logback : logback-classic | jar | 1.1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.9.5 |