GroupId | GroupIdru.lanwen.raml |
---|---|
ArtifactId | ArtifactIdrarc-core |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
rarc-core-1.2.pom | |
rarc-core-1.2.jar | 70 KB |
rarc-core-1.2-sources.jar | 32 KB |
rarc-core-1.2-javadoc.jar | 249 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.lanwen.raml/rarc-core/ -->
<dependency>
<groupId>ru.lanwen.raml</groupId>
<artifactId>rarc-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/ru.lanwen.raml/rarc-core/
implementation 'ru.lanwen.raml:rarc-core:1.2'
// https://jarcasting.com/artifacts/ru.lanwen.raml/rarc-core/
implementation ("ru.lanwen.raml:rarc-core:1.2")
'ru.lanwen.raml:rarc-core:jar:1.2'
<dependency org="ru.lanwen.raml" name="rarc-core" rev="1.2">
<artifact name="rarc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.lanwen.raml', module='rarc-core', version='1.2')
)
libraryDependencies += "ru.lanwen.raml" % "rarc-core" % "1.2"
[ru.lanwen.raml/rarc-core "1.2"]