GroupId | GroupIdorg.corpus-tools |
---|---|
ArtifactId | ArtifactIdgraphannis-root |
Version | Version0.5.0 |
Type | Typepom |
Filename | Size |
---|---|
graphannis-root-0.5.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.corpus-tools/graphannis-root/ -->
<dependency>
<groupId>org.corpus-tools</groupId>
<artifactId>graphannis-root</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.corpus-tools/graphannis-root/
implementation 'org.corpus-tools:graphannis-root:0.5.0'
// https://jarcasting.com/artifacts/org.corpus-tools/graphannis-root/
implementation ("org.corpus-tools:graphannis-root:0.5.0")
'org.corpus-tools:graphannis-root:pom:0.5.0'
<dependency org="org.corpus-tools" name="graphannis-root" rev="0.5.0">
<artifact name="graphannis-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.corpus-tools', module='graphannis-root', version='0.5.0')
)
libraryDependencies += "org.corpus-tools" % "graphannis-root" % "0.5.0"
[org.corpus-tools/graphannis-root "0.5.0"]