Categories |
CategoriesJBoss Container Application Servers RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy.test |
ArtifactId | ArtifactIdas7-dist-async |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
as7-dist-async-1.0.pom | |
as7-dist-async-1.0.jar | 132 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy.test/as7-dist-async/ -->
<dependency>
<groupId>org.jboss.resteasy.test</groupId>
<artifactId>as7-dist-async</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy.test/as7-dist-async/
implementation 'org.jboss.resteasy.test:as7-dist-async:1.0'
// https://jarcasting.com/artifacts/org.jboss.resteasy.test/as7-dist-async/
implementation ("org.jboss.resteasy.test:as7-dist-async:1.0")
'org.jboss.resteasy.test:as7-dist-async:jar:1.0'
<dependency org="org.jboss.resteasy.test" name="as7-dist-async" rev="1.0">
<artifact name="as7-dist-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy.test', module='as7-dist-async', version='1.0')
)
libraryDependencies += "org.jboss.resteasy.test" % "as7-dist-async" % "1.0"
[org.jboss.resteasy.test/as7-dist-async "1.0"]