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

com.bsmoot:sample-app 1.0.1

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

Группа

Группа

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

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

sample-app
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать sample-app 1.0.1


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