GroupId | GroupIdcom.github.varivoda |
---|---|
ArtifactId | ArtifactIdtest_filter_calculator |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.varivoda/test_filter_calculator/ -->
<dependency>
<groupId>com.github.varivoda</groupId>
<artifactId>test_filter_calculator</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.varivoda/test_filter_calculator/
implementation 'com.github.varivoda:test_filter_calculator:0.9'
// https://jarcasting.com/artifacts/com.github.varivoda/test_filter_calculator/
implementation ("com.github.varivoda:test_filter_calculator:0.9")
'com.github.varivoda:test_filter_calculator:jar:0.9'
<dependency org="com.github.varivoda" name="test_filter_calculator" rev="0.9">
<artifact name="test_filter_calculator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.varivoda', module='test_filter_calculator', version='0.9')
)
libraryDependencies += "com.github.varivoda" % "test_filter_calculator" % "0.9"
[com.github.varivoda/test_filter_calculator "0.9"]