| GroupId | GroupIdcom.github.pavandv9 |
|---|---|
| ArtifactId | ArtifactIdnocode |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nocode-1.0.0.pom | |
| nocode-1.0.0.jar | 70 KB |
| nocode-1.0.0-sources.jar | 35 KB |
| nocode-1.0.0-javadoc.jar | 282 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavandv9/nocode/ -->
<dependency>
<groupId>com.github.pavandv9</groupId>
<artifactId>nocode</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavandv9/nocode/
implementation 'com.github.pavandv9:nocode:1.0.0'
// https://jarcasting.com/artifacts/com.github.pavandv9/nocode/
implementation ("com.github.pavandv9:nocode:1.0.0")
'com.github.pavandv9:nocode:jar:1.0.0'
<dependency org="com.github.pavandv9" name="nocode" rev="1.0.0">
<artifact name="nocode" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavandv9', module='nocode', version='1.0.0')
)
libraryDependencies += "com.github.pavandv9" % "nocode" % "1.0.0"
[com.github.pavandv9/nocode "1.0.0"]