GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-static-assets |
Version | Version2.4.5.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-assets/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-static-assets</artifactId>
<version>2.4.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-assets/
implementation 'com.github.wywuzh:commons-static-assets:2.4.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-static-assets/
implementation ("com.github.wywuzh:commons-static-assets:2.4.5.RELEASE")
'com.github.wywuzh:commons-static-assets:jar:2.4.5.RELEASE'
<dependency org="com.github.wywuzh" name="commons-static-assets" rev="2.4.5.RELEASE">
<artifact name="commons-static-assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-static-assets', version='2.4.5.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-static-assets" % "2.4.5.RELEASE"
[com.github.wywuzh/commons-static-assets "2.4.5.RELEASE"]