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