GroupId | GroupIdcom.googlecode.jpattern |
---|---|
ArtifactId | ArtifactIdjpattern-core |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
jpattern-core-1.1.6.pom | |
jpattern-core-1.1.6.jar | 149 KB |
jpattern-core-1.1.6-sources.jar | 101 KB |
jpattern-core-1.1.6-javadoc.jar | 859 KB |
jpattern-core-1.1.6-app-dist.zip | 594 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-core/ -->
<dependency>
<groupId>com.googlecode.jpattern</groupId>
<artifactId>jpattern-core</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-core/
implementation 'com.googlecode.jpattern:jpattern-core:1.1.6'
// https://jarcasting.com/artifacts/com.googlecode.jpattern/jpattern-core/
implementation ("com.googlecode.jpattern:jpattern-core:1.1.6")
'com.googlecode.jpattern:jpattern-core:jar:1.1.6'
<dependency org="com.googlecode.jpattern" name="jpattern-core" rev="1.1.6">
<artifact name="jpattern-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jpattern', module='jpattern-core', version='1.1.6')
)
libraryDependencies += "com.googlecode.jpattern" % "jpattern-core" % "1.1.6"
[com.googlecode.jpattern/jpattern-core "1.1.6"]