GroupId | GroupIdcom.byteground |
---|---|
ArtifactId | ArtifactIdbyteground-web-util |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
byteground-web-util-0.1.0.pom | |
byteground-web-util-0.1.0.jar | 46 KB |
byteground-web-util-0.1.0-sources.jar | 257 bytes |
byteground-web-util-0.1.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.byteground/byteground-web-util/ -->
<dependency>
<groupId>com.byteground</groupId>
<artifactId>byteground-web-util</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.byteground/byteground-web-util/
implementation 'com.byteground:byteground-web-util:0.1.0'
// https://jarcasting.com/artifacts/com.byteground/byteground-web-util/
implementation ("com.byteground:byteground-web-util:0.1.0")
'com.byteground:byteground-web-util:jar:0.1.0'
<dependency org="com.byteground" name="byteground-web-util" rev="0.1.0">
<artifact name="byteground-web-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.byteground', module='byteground-web-util', version='0.1.0')
)
libraryDependencies += "com.byteground" % "byteground-web-util" % "0.1.0"
[com.byteground/byteground-web-util "0.1.0"]