GroupId | GroupIdcom.googlecode.jpattern |
---|---|
ArtifactId | ArtifactIdjpattern-shared |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jpattern-shared-1.0.1.pom | |
jpattern-shared-1.0.1.jar | 10 KB |
jpattern-shared-1.0.1-sources.jar | 4 KB |
jpattern-shared-1.0.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-shared/ -->
<dependency>
<groupId>com.googlecode.jpattern</groupId>
<artifactId>jpattern-shared</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-shared/
implementation 'com.googlecode.jpattern:jpattern-shared:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-shared/
implementation ("com.googlecode.jpattern:jpattern-shared:1.0.1")
'com.googlecode.jpattern:jpattern-shared:jar:1.0.1'
<dependency org="com.googlecode.jpattern" name="jpattern-shared" rev="1.0.1">
<artifact name="jpattern-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jpattern', module='jpattern-shared', version='1.0.1')
)
libraryDependencies += "com.googlecode.jpattern" % "jpattern-shared" % "1.0.1"
[com.googlecode.jpattern/jpattern-shared "1.0.1"]