GroupId | GroupIdcom.github.inspektr |
---|---|
ArtifactId | ArtifactIdinspektr-common |
Version | Version1.0.2.GA |
Type | Typejar |
Filename | Size |
---|---|
inspektr-common-1.0.2.GA.pom | |
inspektr-common-1.0.2.GA.jar | 6 KB |
inspektr-common-1.0.2.GA-sources.jar | 8 KB |
inspektr-common-1.0.2.GA-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.inspektr/inspektr-common/ -->
<dependency>
<groupId>com.github.inspektr</groupId>
<artifactId>inspektr-common</artifactId>
<version>1.0.2.GA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-common/
implementation 'com.github.inspektr:inspektr-common:1.0.2.GA'
// https://jarcasting.com/artifacts/com.github.inspektr/inspektr-common/
implementation ("com.github.inspektr:inspektr-common:1.0.2.GA")
'com.github.inspektr:inspektr-common:jar:1.0.2.GA'
<dependency org="com.github.inspektr" name="inspektr-common" rev="1.0.2.GA">
<artifact name="inspektr-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.inspektr', module='inspektr-common', version='1.0.2.GA')
)
libraryDependencies += "com.github.inspektr" % "inspektr-common" % "1.0.2.GA"
[com.github.inspektr/inspektr-common "1.0.2.GA"]