GroupId | GroupIdru.greatbit.plow |
---|---|
ArtifactId | ArtifactIdplow-contract |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
plow-contract-1.3.pom | |
plow-contract-1.3.jar | 2 KB |
plow-contract-1.3-sources.jar | 1 KB |
plow-contract-1.3-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.greatbit.plow/plow-contract/ -->
<dependency>
<groupId>ru.greatbit.plow</groupId>
<artifactId>plow-contract</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/ru.greatbit.plow/plow-contract/
implementation 'ru.greatbit.plow:plow-contract:1.3'
// https://jarcasting.com/artifacts/ru.greatbit.plow/plow-contract/
implementation ("ru.greatbit.plow:plow-contract:1.3")
'ru.greatbit.plow:plow-contract:jar:1.3'
<dependency org="ru.greatbit.plow" name="plow-contract" rev="1.3">
<artifact name="plow-contract" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.greatbit.plow', module='plow-contract', version='1.3')
)
libraryDependencies += "ru.greatbit.plow" % "plow-contract" % "1.3"
[ru.greatbit.plow/plow-contract "1.3"]