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