GroupId | GroupIdeu.fusepool.p3 |
---|---|
ArtifactId | ArtifactIdaccept-header-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
accept-header-utils-1.0.0.pom | |
accept-header-utils-1.0.0.jar | 10 KB |
accept-header-utils-1.0.0-sources.jar | 6 KB |
accept-header-utils-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.fusepool.p3/accept-header-utils/ -->
<dependency>
<groupId>eu.fusepool.p3</groupId>
<artifactId>accept-header-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fusepool.p3/accept-header-utils/
implementation 'eu.fusepool.p3:accept-header-utils:1.0.0'
// https://jarcasting.com/artifacts/eu.fusepool.p3/accept-header-utils/
implementation ("eu.fusepool.p3:accept-header-utils:1.0.0")
'eu.fusepool.p3:accept-header-utils:jar:1.0.0'
<dependency org="eu.fusepool.p3" name="accept-header-utils" rev="1.0.0">
<artifact name="accept-header-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fusepool.p3', module='accept-header-utils', version='1.0.0')
)
libraryDependencies += "eu.fusepool.p3" % "accept-header-utils" % "1.0.0"
[eu.fusepool.p3/accept-header-utils "1.0.0"]