Categories |
CategoriesIDE Development Tools Github Version Controls |
---|---|
GroupId | GroupIdorg.osgi |
ArtifactId | ArtifactIdosgi.enroute.authenticator.github.provider |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.osgi/osgi.enroute.authenticator.github.provider/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.enroute.authenticator.github.provider</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.authenticator.github.provider/
implementation 'org.osgi:osgi.enroute.authenticator.github.provider:2.0.0'
// https://jarcasting.com/artifacts/org.osgi/osgi.enroute.authenticator.github.provider/
implementation ("org.osgi:osgi.enroute.authenticator.github.provider:2.0.0")
'org.osgi:osgi.enroute.authenticator.github.provider:jar:2.0.0'
<dependency org="org.osgi" name="osgi.enroute.authenticator.github.provider" rev="2.0.0">
<artifact name="osgi.enroute.authenticator.github.provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi.enroute.authenticator.github.provider', version='2.0.0')
)
libraryDependencies += "org.osgi" % "osgi.enroute.authenticator.github.provider" % "2.0.0"
[org.osgi/osgi.enroute.authenticator.github.provider "2.0.0"]