Categories |
CategoriesGUI User Interface Checkstyle Application Testing & Monitoring Code Analysis Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.thirdteeth |
ArtifactId | ArtifactIdguice-opentracing-checkstyle |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.thirdteeth/guice-opentracing-checkstyle/ -->
<dependency>
<groupId>com.github.thirdteeth</groupId>
<artifactId>guice-opentracing-checkstyle</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thirdteeth/guice-opentracing-checkstyle/
implementation 'com.github.thirdteeth:guice-opentracing-checkstyle:0.0.3'
// https://jarcasting.com/artifacts/com.github.thirdteeth/guice-opentracing-checkstyle/
implementation ("com.github.thirdteeth:guice-opentracing-checkstyle:0.0.3")
'com.github.thirdteeth:guice-opentracing-checkstyle:jar:0.0.3'
<dependency org="com.github.thirdteeth" name="guice-opentracing-checkstyle" rev="0.0.3">
<artifact name="guice-opentracing-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thirdteeth', module='guice-opentracing-checkstyle', version='0.0.3')
)
libraryDependencies += "com.github.thirdteeth" % "guice-opentracing-checkstyle" % "0.0.3"
[com.github.thirdteeth/guice-opentracing-checkstyle "0.0.3"]