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