GroupId | GroupIdcom.github.veithen.daemon |
---|---|
ArtifactId | ArtifactIddaemon-api |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
daemon-api-0.2.1.pom | |
daemon-api-0.2.1.jar | 3 KB |
daemon-api-0.2.1-sources.jar | 3 KB |
daemon-api-0.2.1-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-api/ -->
<dependency>
<groupId>com.github.veithen.daemon</groupId>
<artifactId>daemon-api</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-api/
implementation 'com.github.veithen.daemon:daemon-api:0.2.1'
// https://jarcasting.com/artifacts/com.github.veithen.daemon/daemon-api/
implementation ("com.github.veithen.daemon:daemon-api:0.2.1")
'com.github.veithen.daemon:daemon-api:jar:0.2.1'
<dependency org="com.github.veithen.daemon" name="daemon-api" rev="0.2.1">
<artifact name="daemon-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.daemon', module='daemon-api', version='0.2.1')
)
libraryDependencies += "com.github.veithen.daemon" % "daemon-api" % "0.2.1"
[com.github.veithen.daemon/daemon-api "0.2.1"]