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