не последняя версия
Последняя версия 1.0.2

com.bsmoot:sample-app 1.0.0

This is a sample app for the Rest ReCaptcha project for Spring Boot.

Группа

Группа

com.bsmoot
Идентификатор

Идентификатор

sample-app
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать sample-app 1.0.0


<!-- https://jarcasting.com/artifacts/com.bsmoot/sample-app/ -->
<dependency>
    <groupId>com.bsmoot</groupId>
    <artifactId>sample-app</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bsmoot/sample-app/
implementation 'com.bsmoot:sample-app:1.0.0'
// https://jarcasting.com/artifacts/com.bsmoot/sample-app/
implementation ("com.bsmoot:sample-app:1.0.0")
'com.bsmoot:sample-app:jar:1.0.0'
<dependency org="com.bsmoot" name="sample-app" rev="1.0.0">
  <artifact name="sample-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bsmoot', module='sample-app', version='1.0.0')
)
libraryDependencies += "com.bsmoot" % "sample-app" % "1.0.0"
[com.bsmoot/sample-app "1.0.0"]