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