| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.nikita-volkov.java |
| ArtifactId | ArtifactIdcomposites |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| composites-0.1.1.pom | |
| composites-0.1.1.jar | 16 KB |
| composites-0.1.1-sources.jar | 6 KB |
| composites-0.1.1-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikita-volkov.java/composites/ -->
<dependency>
<groupId>com.github.nikita-volkov.java</groupId>
<artifactId>composites</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/composites/
implementation 'com.github.nikita-volkov.java:composites:0.1.1'
// https://jarcasting.com/artifacts/com.github.nikita-volkov.java/composites/
implementation ("com.github.nikita-volkov.java:composites:0.1.1")
'com.github.nikita-volkov.java:composites:jar:0.1.1'
<dependency org="com.github.nikita-volkov.java" name="composites" rev="0.1.1">
<artifact name="composites" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikita-volkov.java', module='composites', version='0.1.1')
)
libraryDependencies += "com.github.nikita-volkov.java" % "composites" % "0.1.1"
[com.github.nikita-volkov.java/composites "0.1.1"]