Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.hibnet |
ArtifactId | ArtifactIdjsourcemap |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jsourcemap-0.0.3.pom | |
jsourcemap-0.0.3.jar | 44 KB |
jsourcemap-0.0.3-sources.jar | 34 KB |
jsourcemap-0.0.3-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibnet/jsourcemap/ -->
<dependency>
<groupId>org.hibnet</groupId>
<artifactId>jsourcemap</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibnet/jsourcemap/
implementation 'org.hibnet:jsourcemap:0.0.3'
// https://jarcasting.com/artifacts/org.hibnet/jsourcemap/
implementation ("org.hibnet:jsourcemap:0.0.3")
'org.hibnet:jsourcemap:jar:0.0.3'
<dependency org="org.hibnet" name="jsourcemap" rev="0.0.3">
<artifact name="jsourcemap" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibnet', module='jsourcemap', version='0.0.3')
)
libraryDependencies += "org.hibnet" % "jsourcemap" % "0.0.3"
[org.hibnet/jsourcemap "0.0.3"]