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