Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.h3xstream.findsecbugs |
ArtifactId | ArtifactIdfindsecbugs-samples-kotlin |
Version | Version1.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-samples-kotlin/ -->
<dependency>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-samples-kotlin</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-samples-kotlin/
implementation 'com.h3xstream.findsecbugs:findsecbugs-samples-kotlin:1.9.0'
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findsecbugs-samples-kotlin/
implementation ("com.h3xstream.findsecbugs:findsecbugs-samples-kotlin:1.9.0")
'com.h3xstream.findsecbugs:findsecbugs-samples-kotlin:jar:1.9.0'
<dependency org="com.h3xstream.findsecbugs" name="findsecbugs-samples-kotlin" rev="1.9.0">
<artifact name="findsecbugs-samples-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.h3xstream.findsecbugs', module='findsecbugs-samples-kotlin', version='1.9.0')
)
libraryDependencies += "com.h3xstream.findsecbugs" % "findsecbugs-samples-kotlin" % "1.9.0"
[com.h3xstream.findsecbugs/findsecbugs-samples-kotlin "1.9.0"]