GroupId | GroupIdim.oen.boot |
---|---|
ArtifactId | ArtifactIdoen-boot-common |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
oen-boot-common-0.1.2.pom | |
oen-boot-common-0.1.2.jar | 190 KB |
oen-boot-common-0.1.2-sources.jar | 154 KB |
oen-boot-common-0.1.2-javadoc.jar | 753 KB |
Browse |
<!-- https://jarcasting.com/artifacts/im.oen.boot/oen-boot-common/ -->
<dependency>
<groupId>im.oen.boot</groupId>
<artifactId>oen-boot-common</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/im.oen.boot/oen-boot-common/
implementation 'im.oen.boot:oen-boot-common:0.1.2'
// https://jarcasting.com/artifacts/im.oen.boot/oen-boot-common/
implementation ("im.oen.boot:oen-boot-common:0.1.2")
'im.oen.boot:oen-boot-common:jar:0.1.2'
<dependency org="im.oen.boot" name="oen-boot-common" rev="0.1.2">
<artifact name="oen-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='im.oen.boot', module='oen-boot-common', version='0.1.2')
)
libraryDependencies += "im.oen.boot" % "oen-boot-common" % "0.1.2"
[im.oen.boot/oen-boot-common "0.1.2"]