GroupId | GroupIdcom.ea.orbit |
---|---|
ArtifactId | ArtifactIdorbit-actors-parent |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
orbit-actors-parent-0.3.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ea.orbit/orbit-actors-parent/ -->
<dependency>
<groupId>com.ea.orbit</groupId>
<artifactId>orbit-actors-parent</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-actors-parent/
implementation 'com.ea.orbit:orbit-actors-parent:0.3.1'
// https://jarcasting.com/artifacts/com.ea.orbit/orbit-actors-parent/
implementation ("com.ea.orbit:orbit-actors-parent:0.3.1")
'com.ea.orbit:orbit-actors-parent:pom:0.3.1'
<dependency org="com.ea.orbit" name="orbit-actors-parent" rev="0.3.1">
<artifact name="orbit-actors-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ea.orbit', module='orbit-actors-parent', version='0.3.1')
)
libraryDependencies += "com.ea.orbit" % "orbit-actors-parent" % "0.3.1"
[com.ea.orbit/orbit-actors-parent "0.3.1"]