Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.opsgenie.thundra |
ArtifactId | ArtifactIdthundra-jdk-attach |
Version | Version1.1.0 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
thundra-jdk-attach-1.1.0.pom | |
thundra-jdk-attach-1.1.0.jar | 42 KB |
thundra-jdk-attach-1.1.0-sources.jar | 40 KB |
thundra-jdk-attach-1.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-jdk-attach/ -->
<dependency>
<groupId>com.opsgenie.thundra</groupId>
<artifactId>thundra-jdk-attach</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-jdk-attach/
implementation 'com.opsgenie.thundra:thundra-jdk-attach:1.1.0'
// https://jarcasting.com/artifacts/com.opsgenie.thundra/thundra-jdk-attach/
implementation ("com.opsgenie.thundra:thundra-jdk-attach:1.1.0")
'com.opsgenie.thundra:thundra-jdk-attach:jar:1.1.0'
<dependency org="com.opsgenie.thundra" name="thundra-jdk-attach" rev="1.1.0">
<artifact name="thundra-jdk-attach" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsgenie.thundra', module='thundra-jdk-attach', version='1.1.0')
)
libraryDependencies += "com.opsgenie.thundra" % "thundra-jdk-attach" % "1.1.0"
[com.opsgenie.thundra/thundra-jdk-attach "1.1.0"]