GroupId | GroupIdph.com.nightowlstudios |
---|---|
ArtifactId | ArtifactIdedge |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
edge-1.0.0.pom | |
edge-1.0.0.jar | 37 KB |
edge-1.0.0-sources.jar | 16 KB |
edge-1.0.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ph.com.nightowlstudios/edge/ -->
<dependency>
<groupId>ph.com.nightowlstudios</groupId>
<artifactId>edge</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ph.com.nightowlstudios/edge/
implementation 'ph.com.nightowlstudios:edge:1.0.0'
// https://jarcasting.com/artifacts/ph.com.nightowlstudios/edge/
implementation ("ph.com.nightowlstudios:edge:1.0.0")
'ph.com.nightowlstudios:edge:jar:1.0.0'
<dependency org="ph.com.nightowlstudios" name="edge" rev="1.0.0">
<artifact name="edge" type="jar" />
</dependency>
@Grapes(
@Grab(group='ph.com.nightowlstudios', module='edge', version='1.0.0')
)
libraryDependencies += "ph.com.nightowlstudios" % "edge" % "1.0.0"
[ph.com.nightowlstudios/edge "1.0.0"]