GroupId | GroupIdcom.tacitknowledge |
---|---|
ArtifactId | ArtifactIddiscovery |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
discovery-1.0.4.pom | |
discovery-1.0.4.jar | 20 KB |
discovery-1.0.4-sources.jar | 21 KB |
discovery-1.0.4-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tacitknowledge/discovery/ -->
<dependency>
<groupId>com.tacitknowledge</groupId>
<artifactId>discovery</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tacitknowledge/discovery/
implementation 'com.tacitknowledge:discovery:1.0.4'
// https://jarcasting.com/artifacts/com.tacitknowledge/discovery/
implementation ("com.tacitknowledge:discovery:1.0.4")
'com.tacitknowledge:discovery:jar:1.0.4'
<dependency org="com.tacitknowledge" name="discovery" rev="1.0.4">
<artifact name="discovery" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tacitknowledge', module='discovery', version='1.0.4')
)
libraryDependencies += "com.tacitknowledge" % "discovery" % "1.0.4"
[com.tacitknowledge/discovery "1.0.4"]