GroupId | GroupIdcom.threatconnect.app |
---|---|
ArtifactId | ArtifactIdplaybooks-test |
Version | Version2.9.0 |
Type | Typejar |
Filename | Size |
---|---|
playbooks-test-2.9.0.pom | |
playbooks-test-2.9.0.jar | 48 KB |
playbooks-test-2.9.0-sources.jar | 26 KB |
playbooks-test-2.9.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threatconnect.app/playbooks-test/ -->
<dependency>
<groupId>com.threatconnect.app</groupId>
<artifactId>playbooks-test</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threatconnect.app/playbooks-test/
implementation 'com.threatconnect.app:playbooks-test:2.9.0'
// https://jarcasting.com/artifacts/com.threatconnect.app/playbooks-test/
implementation ("com.threatconnect.app:playbooks-test:2.9.0")
'com.threatconnect.app:playbooks-test:jar:2.9.0'
<dependency org="com.threatconnect.app" name="playbooks-test" rev="2.9.0">
<artifact name="playbooks-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threatconnect.app', module='playbooks-test', version='2.9.0')
)
libraryDependencies += "com.threatconnect.app" % "playbooks-test" % "2.9.0"
[com.threatconnect.app/playbooks-test "2.9.0"]