| GroupId | GroupIdes.weso | 
|---|---|
| ArtifactId | ArtifactIdshex_3 | 
| Version | Version0.1.108-ult_0 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| shex_3-0.1.108-ult_0.pom | |
| shex_3-0.1.108-ult_0.jar | 2 MB | 
| shex_3-0.1.108-ult_0-sources.jar | 123 KB | 
| shex_3-0.1.108-ult_0-javadoc.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/es.weso/shex_3/ -->
<dependency>
    <groupId>es.weso</groupId>
    <artifactId>shex_3</artifactId>
    <version>0.1.108-ult_0</version>
</dependency>// https://jarcasting.com/artifacts/es.weso/shex_3/
implementation 'es.weso:shex_3:0.1.108-ult_0'// https://jarcasting.com/artifacts/es.weso/shex_3/
implementation ("es.weso:shex_3:0.1.108-ult_0")'es.weso:shex_3:jar:0.1.108-ult_0'<dependency org="es.weso" name="shex_3" rev="0.1.108-ult_0">
  <artifact name="shex_3" type="jar" />
</dependency>@Grapes(
@Grab(group='es.weso', module='shex_3', version='0.1.108-ult_0')
)libraryDependencies += "es.weso" % "shex_3" % "0.1.108-ult_0"[es.weso/shex_3 "0.1.108-ult_0"]