| Группа | Группаcom.github.openequella |
|---|---|
| Идентификатор | Идентификаторbirt-framework |
| Версия | Версия4.6.0.20160607212201 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.openequella/birt-framework/ -->
<dependency>
<groupId>com.github.openequella</groupId>
<artifactId>birt-framework</artifactId>
<version>4.6.0.20160607212201</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.openequella/birt-framework/
implementation 'com.github.openequella:birt-framework:4.6.0.20160607212201'
// https://jarcasting.com/artifacts/com.github.openequella/birt-framework/
implementation ("com.github.openequella:birt-framework:4.6.0.20160607212201")
'com.github.openequella:birt-framework:jar:4.6.0.20160607212201'
<dependency org="com.github.openequella" name="birt-framework" rev="4.6.0.20160607212201">
<artifact name="birt-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.openequella', module='birt-framework', version='4.6.0.20160607212201')
)
libraryDependencies += "com.github.openequella" % "birt-framework" % "4.6.0.20160607212201"
[com.github.openequella/birt-framework "4.6.0.20160607212201"]