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