Categories |
CategoriesOrienteer General Purpose Libraries Other |
---|---|
GroupId | GroupIdorg.orienteer |
ArtifactId | ArtifactIdorienteer-birt |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
orienteer-birt-1.4.pom | |
orienteer-birt-1.4.jar | 47 KB |
orienteer-birt-1.4-sources.jar | 31 KB |
orienteer-birt-1.4-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.orienteer/orienteer-birt/ -->
<dependency>
<groupId>org.orienteer</groupId>
<artifactId>orienteer-birt</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.orienteer/orienteer-birt/
implementation 'org.orienteer:orienteer-birt:1.4'
// https://jarcasting.com/artifacts/org.orienteer/orienteer-birt/
implementation ("org.orienteer:orienteer-birt:1.4")
'org.orienteer:orienteer-birt:jar:1.4'
<dependency org="org.orienteer" name="orienteer-birt" rev="1.4">
<artifact name="orienteer-birt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.orienteer', module='orienteer-birt', version='1.4')
)
libraryDependencies += "org.orienteer" % "orienteer-birt" % "1.4"
[org.orienteer/orienteer-birt "1.4"]