License |
License
Simplified BSD License
|
---|---|
GroupId | GroupIdorg.scijava |
ArtifactId | ArtifactIdscijava-common |
Last Version | Last Version2.88.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSciJava Common
SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by downstream projects in the SciJava ecosystem, such as ImageJ and SCIFIO.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scijava-common-2.88.1.pom | |
scijava-common-2.88.1.jar | 864 KB |
scijava-common-2.88.1-tests.jar | 364 KB |
scijava-common-2.88.1-sources.jar | 1018 KB |
scijava-common-2.88.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scijava/scijava-common/ -->
<dependency>
<groupId>org.scijava</groupId>
<artifactId>scijava-common</artifactId>
<version>2.88.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scijava/scijava-common/
implementation 'org.scijava:scijava-common:2.88.1'
// https://jarcasting.com/artifacts/org.scijava/scijava-common/
implementation ("org.scijava:scijava-common:2.88.1")
'org.scijava:scijava-common:jar:2.88.1'
<dependency org="org.scijava" name="scijava-common" rev="2.88.1">
<artifact name="scijava-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scijava', module='scijava-common', version='2.88.1')
)
libraryDependencies += "org.scijava" % "scijava-common" % "2.88.1"
[org.scijava/scijava-common "2.88.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scijava : parsington | jar | 3.0.0 |
org.bushe : eventbus | jar | 1.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 2.19.0 |