GroupId | GroupIdorg.ow2.orchestra |
---|---|
ArtifactId | ArtifactIdorchestra-core |
Version | Version4.1.0 |
Type | Typejar |
Filename | Size |
---|---|
orchestra-core-4.1.0.pom | |
orchestra-core-4.1.0.jar | 636 KB |
orchestra-core-4.1.0-tests.jar | 965 KB |
orchestra-core-4.1.0-sources.jar | 553 KB |
orchestra-core-4.1.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-core/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-core</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-core/
implementation 'org.ow2.orchestra:orchestra-core:4.1.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-core/
implementation ("org.ow2.orchestra:orchestra-core:4.1.0")
'org.ow2.orchestra:orchestra-core:jar:4.1.0'
<dependency org="org.ow2.orchestra" name="orchestra-core" rev="4.1.0">
<artifact name="orchestra-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-core', version='4.1.0')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-core" % "4.1.0"
[org.ow2.orchestra/orchestra-core "4.1.0"]