Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.zachary-moore |
ArtifactId | ArtifactIdJSONCustomLintr |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
JSONCustomLintr-1.0.0.pom | |
JSONCustomLintr-1.0.0.jar | 1 KB |
JSONCustomLintr-1.0.0-sources.jar | 17 KB |
JSONCustomLintr-1.0.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zachary-moore/JSONCustomLintr/ -->
<dependency>
<groupId>com.zachary-moore</groupId>
<artifactId>JSONCustomLintr</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zachary-moore/JSONCustomLintr/
implementation 'com.zachary-moore:JSONCustomLintr:1.0.0'
// https://jarcasting.com/artifacts/com.zachary-moore/JSONCustomLintr/
implementation ("com.zachary-moore:JSONCustomLintr:1.0.0")
'com.zachary-moore:JSONCustomLintr:pom:1.0.0'
<dependency org="com.zachary-moore" name="JSONCustomLintr" rev="1.0.0">
<artifact name="JSONCustomLintr" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zachary-moore', module='JSONCustomLintr', version='1.0.0')
)
libraryDependencies += "com.zachary-moore" % "JSONCustomLintr" % "1.0.0"
[com.zachary-moore/JSONCustomLintr "1.0.0"]