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