GroupId | GroupIdin.hocg.boot |
---|---|
ArtifactId | ArtifactIdweb-core |
Version | Version1.0.24 |
Type | Typejar |
Filename | Size |
---|---|
web-core-1.0.24.pom | |
web-core-1.0.24.jar | 19 KB |
web-core-1.0.24-sources.jar | 12 KB |
web-core-1.0.24-javadoc.jar | 459 KB |
Browse |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/web-core/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>web-core</artifactId>
<version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/web-core/
implementation 'in.hocg.boot:web-core:1.0.24'
// https://jarcasting.com/artifacts/in.hocg.boot/web-core/
implementation ("in.hocg.boot:web-core:1.0.24")
'in.hocg.boot:web-core:jar:1.0.24'
<dependency org="in.hocg.boot" name="web-core" rev="1.0.24">
<artifact name="web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='web-core', version='1.0.24')
)
libraryDependencies += "in.hocg.boot" % "web-core" % "1.0.24"
[in.hocg.boot/web-core "1.0.24"]