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