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