GroupId | GroupIdcom.googlecode.jpattern |
---|---|
ArtifactId | ArtifactIdjpattern-rest |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jpattern-rest-0.1.0.pom | |
jpattern-rest-0.1.0.jar | 26 KB |
jpattern-rest-0.1.0-sources.jar | 16 KB |
jpattern-rest-0.1.0-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-rest/ -->
<dependency>
<groupId>com.googlecode.jpattern</groupId>
<artifactId>jpattern-rest</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-rest/
implementation 'com.googlecode.jpattern:jpattern-rest:0.1.0'
// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-rest/
implementation ("com.googlecode.jpattern:jpattern-rest:0.1.0")
'com.googlecode.jpattern:jpattern-rest:jar:0.1.0'
<dependency org="com.googlecode.jpattern" name="jpattern-rest" rev="0.1.0">
<artifact name="jpattern-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jpattern', module='jpattern-rest', version='0.1.0')
)
libraryDependencies += "com.googlecode.jpattern" % "jpattern-rest" % "0.1.0"
[com.googlecode.jpattern/jpattern-rest "0.1.0"]