GroupId | GroupIdcom.astutebits |
---|---|
ArtifactId | ArtifactIdjsquint-codenarc |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jsquint-codenarc-0.1.0.pom | |
jsquint-codenarc-0.1.0.jar | 7 KB |
jsquint-codenarc-0.1.0-sources.jar | 6 KB |
jsquint-codenarc-0.1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.astutebits/jsquint-codenarc/ -->
<dependency>
<groupId>com.astutebits</groupId>
<artifactId>jsquint-codenarc</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.astutebits/jsquint-codenarc/
implementation 'com.astutebits:jsquint-codenarc:0.1.0'
// https://jarcasting.com/artifacts/com.astutebits/jsquint-codenarc/
implementation ("com.astutebits:jsquint-codenarc:0.1.0")
'com.astutebits:jsquint-codenarc:jar:0.1.0'
<dependency org="com.astutebits" name="jsquint-codenarc" rev="0.1.0">
<artifact name="jsquint-codenarc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astutebits', module='jsquint-codenarc', version='0.1.0')
)
libraryDependencies += "com.astutebits" % "jsquint-codenarc" % "0.1.0"
[com.astutebits/jsquint-codenarc "0.1.0"]