GroupId | GroupIdorg.brandao |
---|---|
ArtifactId | ArtifactIdbrutos-web |
Version | Version2.0-b5 |
Type | Typejar |
Filename | Size |
---|---|
brutos-web-2.0-b5.pom | |
brutos-web-2.0-b5.jar | 83 KB |
brutos-web-2.0-b5-sources.jar | 70 KB |
brutos-web-2.0-b5-javadoc.jar | 343 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.brandao/brutos-web/ -->
<dependency>
<groupId>org.brandao</groupId>
<artifactId>brutos-web</artifactId>
<version>2.0-b5</version>
</dependency>
// https://jarcasting.com/artifacts/org.brandao/brutos-web/
implementation 'org.brandao:brutos-web:2.0-b5'
// https://jarcasting.com/artifacts/org.brandao/brutos-web/
implementation ("org.brandao:brutos-web:2.0-b5")
'org.brandao:brutos-web:jar:2.0-b5'
<dependency org="org.brandao" name="brutos-web" rev="2.0-b5">
<artifact name="brutos-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.brandao', module='brutos-web', version='2.0-b5')
)
libraryDependencies += "org.brandao" % "brutos-web" % "2.0-b5"
[org.brandao/brutos-web "2.0-b5"]