GroupId | GroupIdcom.ea.orbit |
---|---|
ArtifactId | ArtifactIdorbit-actors-tests |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
orbit-actors-tests-0.1.0.pom | |
orbit-actors-tests-0.1.0.jar | 14 KB |
orbit-actors-tests-0.1.0-sources.jar | 9 KB |
orbit-actors-tests-0.1.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-actors-tests/ -->
<dependency>
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-actors-tests</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-actors-tests/
implementation 'com.ea.orbit:orbit-actors-tests:0.1.0'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-actors-tests/
implementation ("com.ea.orbit:orbit-actors-tests:0.1.0")
'com.ea.orbit:orbit-actors-tests:jar:0.1.0'
<dependency org="com.ea.orbit" name="orbit-actors-tests" rev="0.1.0">
<artifact name="orbit-actors-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-actors-tests', version='0.1.0')
)
libraryDependencies += "com.ea.orbit" % "orbit-actors-tests" % "0.1.0"
[com.ea.orbit/orbit-actors-tests "0.1.0"]