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