GroupId | GroupIdin.hocg.boot |
---|---|
ArtifactId | ArtifactIdweb-core |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
web-core-1.0.10.pom | |
web-core-1.0.10.jar | 18 KB |
web-core-1.0.10-sources.jar | 12 KB |
web-core-1.0.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/web-core/
implementation 'in.hocg.boot:web-core:1.0.10'
// https://jarcasting.com/artifacts/in.hocg.boot/web-core/
implementation ("in.hocg.boot:web-core:1.0.10")
'in.hocg.boot:web-core:jar:1.0.10'
<dependency org="in.hocg.boot" name="web-core" rev="1.0.10">
<artifact name="web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='web-core', version='1.0.10')
)
libraryDependencies += "in.hocg.boot" % "web-core" % "1.0.10"
[in.hocg.boot/web-core "1.0.10"]