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