GroupId | GroupIdio.github.hakky54 |
---|---|
ArtifactId | ArtifactIdgatekeeper |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gatekeeper-1.0.0.pom | |
gatekeeper-1.0.0.jar | 5 KB |
gatekeeper-1.0.0-sources.jar | 4 KB |
gatekeeper-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hakky54/gatekeeper/ -->
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>gatekeeper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hakky54/gatekeeper/
implementation 'io.github.hakky54:gatekeeper:1.0.0'
// https://jarcasting.com/artifacts/io.github.hakky54/gatekeeper/
implementation ("io.github.hakky54:gatekeeper:1.0.0")
'io.github.hakky54:gatekeeper:jar:1.0.0'
<dependency org="io.github.hakky54" name="gatekeeper" rev="1.0.0">
<artifact name="gatekeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hakky54', module='gatekeeper', version='1.0.0')
)
libraryDependencies += "io.github.hakky54" % "gatekeeper" % "1.0.0"
[io.github.hakky54/gatekeeper "1.0.0"]