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