GroupId | GroupIdcom.threatconnect.app |
---|---|
ArtifactId | ArtifactIdservices-core |
Version | Version2.12.0 |
Type | Typejar |
Filename | Size |
---|---|
services-core-2.12.0.pom | |
services-core-2.12.0.jar | 40 KB |
services-core-2.12.0-sources.jar | 24 KB |
services-core-2.12.0-javadoc.jar | 229 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threatconnect.app/services-core/ -->
<dependency>
<groupId>com.threatconnect.app</groupId>
<artifactId>services-core</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threatconnect.app/services-core/
implementation 'com.threatconnect.app:services-core:2.12.0'
// https://jarcasting.com/artifacts/com.threatconnect.app/services-core/
implementation ("com.threatconnect.app:services-core:2.12.0")
'com.threatconnect.app:services-core:jar:2.12.0'
<dependency org="com.threatconnect.app" name="services-core" rev="2.12.0">
<artifact name="services-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threatconnect.app', module='services-core', version='2.12.0')
)
libraryDependencies += "com.threatconnect.app" % "services-core" % "2.12.0"
[com.threatconnect.app/services-core "2.12.0"]