Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.highersoft |
ArtifactId | ArtifactIdmethodstatis |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
methodstatis-1.2.0.pom | |
methodstatis-1.2.0.jar | 165 KB |
methodstatis-1.2.0-sources.jar | 146 KB |
methodstatis-1.2.0-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.highersoft/methodstatis/ -->
<dependency>
<groupId>net.highersoft</groupId>
<artifactId>methodstatis</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.highersoft/methodstatis/
implementation 'net.highersoft:methodstatis:1.2.0'
// https://jarcasting.com/artifacts/net.highersoft/methodstatis/
implementation ("net.highersoft:methodstatis:1.2.0")
'net.highersoft:methodstatis:jar:1.2.0'
<dependency org="net.highersoft" name="methodstatis" rev="1.2.0">
<artifact name="methodstatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.highersoft', module='methodstatis', version='1.2.0')
)
libraryDependencies += "net.highersoft" % "methodstatis" % "1.2.0"
[net.highersoft/methodstatis "1.2.0"]