Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.czsem |
ArtifactId | ArtifactIdtreex-gate-plugin |
Version | Version3.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.sf.czsem/treex-gate-plugin/ -->
<dependency>
<groupId>net.sf.czsem</groupId>
<artifactId>treex-gate-plugin</artifactId>
<version>3.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.czsem/treex-gate-plugin/
implementation 'net.sf.czsem:treex-gate-plugin:3.0-beta1'
// https://jarcasting.com/artifacts/net.sf.czsem/treex-gate-plugin/
implementation ("net.sf.czsem:treex-gate-plugin:3.0-beta1")
'net.sf.czsem:treex-gate-plugin:jar:3.0-beta1'
<dependency org="net.sf.czsem" name="treex-gate-plugin" rev="3.0-beta1">
<artifact name="treex-gate-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.czsem', module='treex-gate-plugin', version='3.0-beta1')
)
libraryDependencies += "net.sf.czsem" % "treex-gate-plugin" % "3.0-beta1"
[net.sf.czsem/treex-gate-plugin "3.0-beta1"]