Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.cattaka |
ArtifactId | ArtifactIdmethodhttpexporter-core |
Version | Version0.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.cattaka/methodhttpexporter-core/ -->
<dependency>
<groupId>net.cattaka</groupId>
<artifactId>methodhttpexporter-core</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.cattaka/methodhttpexporter-core/
implementation 'net.cattaka:methodhttpexporter-core:0.4.1'
// https://jarcasting.com/artifacts/net.cattaka/methodhttpexporter-core/
implementation ("net.cattaka:methodhttpexporter-core:0.4.1")
'net.cattaka:methodhttpexporter-core:jar:0.4.1'
<dependency org="net.cattaka" name="methodhttpexporter-core" rev="0.4.1">
<artifact name="methodhttpexporter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cattaka', module='methodhttpexporter-core', version='0.4.1')
)
libraryDependencies += "net.cattaka" % "methodhttpexporter-core" % "0.4.1"
[net.cattaka/methodhttpexporter-core "0.4.1"]