Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdat.researchstudio.sat |
ArtifactId | ArtifactIdwon-core |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
won-core-0.7.pom | |
won-core-0.7.jar | 518 KB |
won-core-0.7-sources.jar | 349 KB |
won-core-0.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/at.researchstudio.sat/won-core/ -->
<dependency>
<groupId>at.researchstudio.sat</groupId>
<artifactId>won-core</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/at.researchstudio.sat/won-core/
implementation 'at.researchstudio.sat:won-core:0.7'
// https://jarcasting.com/artifacts/at.researchstudio.sat/won-core/
implementation ("at.researchstudio.sat:won-core:0.7")
'at.researchstudio.sat:won-core:jar:0.7'
<dependency org="at.researchstudio.sat" name="won-core" rev="0.7">
<artifact name="won-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.researchstudio.sat', module='won-core', version='0.7')
)
libraryDependencies += "at.researchstudio.sat" % "won-core" % "0.7"
[at.researchstudio.sat/won-core "0.7"]