GroupId | GroupIdorg.ow2.mind |
---|---|
ArtifactId | ArtifactIdcpl-preproc |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cpl-preproc-1.0.1.pom | |
cpl-preproc-1.0.1.jar | 141 KB |
cpl-preproc-1.0.1-sources.jar | 60 KB |
cpl-preproc-1.0.1-javadoc.jar | 291 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.mind/cpl-preproc/ -->
<dependency>
<groupId>org.ow2.mind</groupId>
<artifactId>cpl-preproc</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.mind/cpl-preproc/
implementation 'org.ow2.mind:cpl-preproc:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.mind/cpl-preproc/
implementation ("org.ow2.mind:cpl-preproc:1.0.1")
'org.ow2.mind:cpl-preproc:jar:1.0.1'
<dependency org="org.ow2.mind" name="cpl-preproc" rev="1.0.1">
<artifact name="cpl-preproc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.mind', module='cpl-preproc', version='1.0.1')
)
libraryDependencies += "org.ow2.mind" % "cpl-preproc" % "1.0.1"
[org.ow2.mind/cpl-preproc "1.0.1"]