GroupId | GroupIdio.onee |
---|---|
ArtifactId | ArtifactIdonee-framework-common |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.onee/onee-framework-common/ -->
<dependency>
<groupId>io.onee</groupId>
<artifactId>onee-framework-common</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.onee/onee-framework-common/
implementation 'io.onee:onee-framework-common:1.2.0'
// https://jarcasting.com/artifacts/io.onee/onee-framework-common/
implementation ("io.onee:onee-framework-common:1.2.0")
'io.onee:onee-framework-common:jar:1.2.0'
<dependency org="io.onee" name="onee-framework-common" rev="1.2.0">
<artifact name="onee-framework-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.onee', module='onee-framework-common', version='1.2.0')
)
libraryDependencies += "io.onee" % "onee-framework-common" % "1.2.0"
[io.onee/onee-framework-common "1.2.0"]