GroupId | GroupIdcom.webcohesion.enunciate |
---|---|
ArtifactId | ArtifactIdenunciate-core |
Version | Version2.10.0 |
Type | Typejar |
Filename | Size |
---|---|
enunciate-core-2.10.0.pom | |
enunciate-core-2.10.0.jar | 138 KB |
enunciate-core-2.10.0-sources.jar | 109 KB |
enunciate-core-2.10.0-javadoc.jar | 608 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-core/ -->
<dependency>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-core</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-core/
implementation 'com.webcohesion.enunciate:enunciate-core:2.10.0'
// https://jarcasting.com/artifacts/com.webcohesion.enunciate/enunciate-core/
implementation ("com.webcohesion.enunciate:enunciate-core:2.10.0")
'com.webcohesion.enunciate:enunciate-core:jar:2.10.0'
<dependency org="com.webcohesion.enunciate" name="enunciate-core" rev="2.10.0">
<artifact name="enunciate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webcohesion.enunciate', module='enunciate-core', version='2.10.0')
)
libraryDependencies += "com.webcohesion.enunciate" % "enunciate-core" % "2.10.0"
[com.webcohesion.enunciate/enunciate-core "2.10.0"]