GroupId | GroupIdcom.df4j |
---|---|
ArtifactId | ArtifactIddf4j-xcweb |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
df4j-xcweb-1.0.0.pom | |
df4j-xcweb-1.0.0.jar | 20 MB |
df4j-xcweb-1.0.0-sources.jar | 20 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.df4j/df4j-xcweb/ -->
<dependency>
<groupId>com.df4j</groupId>
<artifactId>df4j-xcweb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.df4j/df4j-xcweb/
implementation 'com.df4j:df4j-xcweb:1.0.0'
// https://jarcasting.com/artifacts/com.df4j/df4j-xcweb/
implementation ("com.df4j:df4j-xcweb:1.0.0")
'com.df4j:df4j-xcweb:jar:1.0.0'
<dependency org="com.df4j" name="df4j-xcweb" rev="1.0.0">
<artifact name="df4j-xcweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.df4j', module='df4j-xcweb', version='1.0.0')
)
libraryDependencies += "com.df4j" % "df4j-xcweb" % "1.0.0"
[com.df4j/df4j-xcweb "1.0.0"]