Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.formicary.remoterun |
ArtifactId | ArtifactIdremoterun-dist |
Version | Version3.0.2 |
Type | Typepom |
Filename | Size |
---|---|
remoterun-dist-3.0.2.pom | |
remoterun-dist-3.0.2.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.formicary.remoterun/remoterun-dist/ -->
<dependency>
<groupId>net.formicary.remoterun</groupId>
<artifactId>remoterun-dist</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.formicary.remoterun/remoterun-dist/
implementation 'net.formicary.remoterun:remoterun-dist:3.0.2'
// https://jarcasting.com/artifacts/net.formicary.remoterun/remoterun-dist/
implementation ("net.formicary.remoterun:remoterun-dist:3.0.2")
'net.formicary.remoterun:remoterun-dist:pom:3.0.2'
<dependency org="net.formicary.remoterun" name="remoterun-dist" rev="3.0.2">
<artifact name="remoterun-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.formicary.remoterun', module='remoterun-dist', version='3.0.2')
)
libraryDependencies += "net.formicary.remoterun" % "remoterun-dist" % "3.0.2"
[net.formicary.remoterun/remoterun-dist "3.0.2"]