Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.navisarv |
ArtifactId | ArtifactIdmop-gradle |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
mop-gradle-1.0.0.pom | |
mop-gradle-1.0.0.jar | 2 KB |
mop-gradle-1.0.0-sources.jar | 1 KB |
mop-gradle-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.navisarv/mop-gradle/ -->
<dependency>
<groupId>com.github.navisarv</groupId>
<artifactId>mop-gradle</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.navisarv/mop-gradle/
implementation 'com.github.navisarv:mop-gradle:1.0.0'
// https://jarcasting.com/artifacts/com.github.navisarv/mop-gradle/
implementation ("com.github.navisarv:mop-gradle:1.0.0")
'com.github.navisarv:mop-gradle:jar:1.0.0'
<dependency org="com.github.navisarv" name="mop-gradle" rev="1.0.0">
<artifact name="mop-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.navisarv', module='mop-gradle', version='1.0.0')
)
libraryDependencies += "com.github.navisarv" % "mop-gradle" % "1.0.0"
[com.github.navisarv/mop-gradle "1.0.0"]