Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.kyriosdata.seed |
ArtifactId | ArtifactIdseed |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
seed-1.0.0.pom | |
seed-1.0.0.jar | 6 KB |
seed-1.0.0-sources.jar | 7 KB |
seed-1.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kyriosdata.seed/seed/ -->
<dependency>
<groupId>com.github.kyriosdata.seed</groupId>
<artifactId>seed</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kyriosdata.seed/seed/
implementation 'com.github.kyriosdata.seed:seed:1.0.0'
// https://jarcasting.com/artifacts/com.github.kyriosdata.seed/seed/
implementation ("com.github.kyriosdata.seed:seed:1.0.0")
'com.github.kyriosdata.seed:seed:jar:1.0.0'
<dependency org="com.github.kyriosdata.seed" name="seed" rev="1.0.0">
<artifact name="seed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kyriosdata.seed', module='seed', version='1.0.0')
)
libraryDependencies += "com.github.kyriosdata.seed" % "seed" % "1.0.0"
[com.github.kyriosdata.seed/seed "1.0.0"]